Properties of the TLiteLoader class.
For a complete list of the TLiteLoader class members, see the TLiteLoader Members topic.
Public
| Name | Description |
|
Columns (inherited from TDALoader) |
Used to add a TDAColumn object for each field that will be loaded.
|
|
TableName (inherited from TDALoader) |
Used to specify the name of the table to which data will be loaded.
|
Published
| Name | Description |
|
AutoCommit |
Used to automatically perform a commit after loading a certain amount of records.
|
|
AutoCommitRowCount |
Used to specify the number of records, after which the transaction will be commited automatically.
|
|
Connection |
Used to specify a connection object that will be used to connect to a data store.
|
See Also